SI_ElementUserData _<userDataTag>
Stores user data attached to models, cameras, materials, and textures.
Softimage does not export this template. If a dotXSI file contains this template, Softimage ignores it. Softimage exports user data to the XSI_UserData template.
1.3
SI_ElementUserData_<userDataTag> {
<format>, // 0=decimal dump, 1=formatted dump
<endian>, // 0=big, 1=little
// decimal dump
<length>, // User data length
<byte1>, <byte2>, <byte3>, <byte4>,
<byte5>, <byte6>, <byte7>, <byte8>,
...
...,<byteN>,
// formatted dump
<float>,
<int>,
<boolean>,
<short>,
<byte>,
<string>,
<arraySize>,
<element1>,
...
<elementN>,
}
See Special Issues with Conversion between Softimage and SI|3D for more information on importing and exporting formatted user data.
Autodesk Crosswalk v4.0